home *** CD-ROM | disk | FTP | other *** search
- cancel_btn.onRelease = cancel_btn.onReleaseOutside = function()
- {
- this._parent.gotoAndStop("init");
- };
- okay_btn.onRelease = okay_btn.onReleaseOutside = function()
- {
- var _loc2_ = undefined;
- var _loc1_ = undefined;
- _loc2_ = platform != "mac" ? downloads.byPath("pc") : downloads.byPath("mac");
- _loc1_ = _loc2_.byPath("dictionary").getText();
- getURL("lingo:Flsh_downloadAsset(\"" + _loc1_ + "\",3,\"folder\")","");
- this._parent.gotoAndStop("init");
- };
- stop();
-